0.8 - Federico
authorFederico Mena Quintero <federico@src.gnome.org>
Mon, 22 May 2000 19:09:27 +0000 (19:09 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Mon, 22 May 2000 19:09:27 +0000 (19:09 +0000)
docs/reference/gdk-pixbuf/Makefile.am
gdk-pixbuf/ChangeLog
gdk-pixbuf/pixops/Makefile.am

index d9d18350c733b1348b2d46709cc2d9c66e129f34..9535b90a5c79ed15e0fb6f08b465b38d78ca94b7 100644 (file)
@@ -39,7 +39,8 @@ gdk_pixbuf_doc_DATA =                 \
        gdk-pixbuf-sections.txt
 
 content_files =                                \
-       compiling.sgml
+       compiling.sgml                  \
+       gdk-pixbuf.sgml
 
 EXTRA_DIST =                           \
        $(gdk_pixbuf_doc_DATA)          \
index a059af10eeb54b24a6f8f633a3eff95214c2a5eb..2907d76ed0337f4eaf46f7e199f40899908e69de 100644 (file)
@@ -1,3 +1,12 @@
+2000-05-22  Federico Mena Quintero  <federico@helixcode.com>
+
+       * configure.in: Bumped version number to 0.8.0.
+
+       * doc/Makefile.am (content_files): The toplevel gdk-pixbuf.sgml
+       file was not being distributed.
+
+       * gdk-pixbuf/pixops/Makefile.am (EXTRA_DIST): Added DETAILS.
+
 2000-05-09  Darin Adler  <darin@eazel.com>
 
        * gdk-pixbuf/gdk-pixbuf-drawable.c: (rgb565lsb), (rgb565msb),
index f20c7e91237115ed9f3b8d5e506d01063bb8fc12..5fe5fd5464623167893e7e9a394913f19f43384b 100644 (file)
@@ -20,3 +20,6 @@ libpixops_la_SOURCES =                \
        pixops.h                        \
        pixops-internal.h               \
        $(mmx_sources)
+
+EXTRA_DIST =                           \
+       DETAILS
\ No newline at end of file